Temenos Digital
R24 AMR | Min(s) read

Install Quantum Fabric

The first step in the Temenos Digital set up involves the installation of the Quantum Fabric software. This is the base on which all server-side components reside. To install Quantum Fabric, follow these guidelines:

  • Quantum Fabric can be set up on the cloud or on-premise. Choose any of the following installation paths based on your requirement:
    • Cloud: Make sure that Quantum Fabric 202404.0.0 is available on Temenos Cloud. If you have not created a cloud instance already, refer to Quantum Fabric User Guide for more information. You should also have a Quantum Fabric account with valid credentials. Refer to Creating Quantum Fabric Account for more information.
    • On-premise: The equivalent version is closest installer version to 202404.0.0. To set up and configure the Quantum Fabric on-premise environment, refer to Quantum Fabric User Guide.
  • In Quantum Fabric, add the following Tomcat argument:
    -DKONY_SERVER_CUSTOM_VERB_RESPONSE_FORMAT_ENABLED=false
  • Download software: Request for download access. Contact your Temenos representative for more information.
  • Make sure that you have the database installed in the system.
  • Refer to the list of licensed software being used including third-party licenses.
  • Ensure that you have Tomcat 9.0.33 (use the default Tomcat that comes along with Quantum Fabric installation).

Install Quantum Fabric on Virtual Machine

Applicable for Temenos Digital manual installation option.

Configuring Custom Response Headers

This section describes how to configure response headers to be sent to the client app on every request.

  1. Open Fabric admin console.
  2. Navigate to Settings > Runtime Configuration tab.
  3. Under property Name, open Web Apps Configuration.
  4. Enter the Custom Response Headers values as required that are to be returned in every request.
  5. Sample configuration is given below:
    [{'name': 'X-Content-Type-Options', 'value': 'nosniff'} , {'name': 'X-XSS-Protection', 'value': ' 1; mode=block'} , {'name': Strict-Transport-Security, 'value': 'max-age=86400; includeSubDomains'}, {'name': X-Permitted-Cross-Domain-Policies, 'value': 'master-only'}, {'name': 'Expires', 'value': '0'}, {'name': 'Cache-Control', 'value': 'private, no-cache, no-store, max-age=0, no-transform'}, {'name': 'Pragma', 'value': 'no-cache'}, {'name': 'X-Frame-Options', 'value': 'SAMEORIGIN'}, {'name': 'Access-Control-Allow-Methods', 'value': 'GET, POST, PUT, DELETE'}]
  6. Restart the server to reflect the changes.

Troubleshooting

 

Copyright © 2020- Temenos Headquarters SA

Published on :
Thursday, May 30, 2024 12:28:21 PM IST